PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / getPages Method
In This Topic
    getPages Method
    In This Topic
    Gets the list of pages in the document;
    When a PDF file is loaded into a object, this collection is populated automatically with the pages in the file.
    Syntax
    public PDFPageCollection getPages()

    Return Value

    A PDFPageCollection object representing the list of pages in the document.
    See Also